purple_url_parse

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. gboolean purple_url_parse(const(char)* url, char** ret_host, int* ret_port, char** ret_path, char** ret_user, char** ret_passwd)
    version(Derelict_Link_Static)
    extern (C) extern (C) nothrow
    gboolean
    purple_url_parse
    (
    const(char)* url
    ,
    char** ret_host
    ,,
    char** ret_path
    ,
    char** ret_user
    ,
    char** ret_passwd
    )
  2. da_purple_url_parse purple_url_parse;

Meta